/*样式初始化及公共样式部分*/
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-style: normal;
}
*:focus {
  outline: none;
}
a {
  text-decoration: none;
  color: inherit;
}
body {
  min-width: 1360px;
  max-width: 1920px;
  overflow-x: hidden;
  margin: 0 auto;
}
img,
a,
span {
  display: block;
}
img {
  max-width: 100%;
}
hr {
  border: none;
}
.page {
  width: 92%;
  max-width: 1520px;
  margin: 0 auto;
  position: relative;
}
ol,
ul {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
input,
textarea,
button {
  font-family: inherit;
  display: block;
}
button {
  background-color: transparent;
  border: none;
}
html,
button,
input,
select,
textarea {
  font-family: "Microsoft YaHei";
  color: #333;
}
.iconfont {
  user-select: none;
  font-size: inherit;
}
.icon-remen {
  color: #e83417;
}
.swiper-btn {
  width: 100%;
  height: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11;
}
.swiper-btn .iconfont {
  cursor: pointer;
}
.bs_con {
  line-height: 1.875;
  padding: 25px 0;
}
.bs_con p {
  font-size: 15px;
  line-height: 1.875;
  color: #777;
  text-indent: 30px;
}
.bs_con img {
  margin: 0 auto;
  height: auto !important;
}
p a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p span,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  display: inline;
}
p[style] img {
  display: inline-block;
}
table {
  margin: 0 auto;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
table td[style*="border-style: solid;"] {
  border-color: #e2e2e2;
  padding: 10px;
  text-align: center;
}
.pic {
  overflow: hidden;
}
.pic img {
  transition: all 0.3s linear;
}
video {
  width: 100% !important;
  max-width: 100%;
  height: auto !important;
}
/* 幻灯片 */
.index_banner {
  position: relative;
  overflow: hidden;
}
.index_banner img {
  width: 100%;
  max-height: 100vh;
  object-fit: cover;
}
.index_banner .swiper-btn {
  transition: 0.3s all ease-in-out;
}
.index_banner .swiper-btn .iconfont {
  width: 50px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  background-color: #000;
  color: #fff;
  font-size: 50px;
  border-radius: 5px 0 0 5px;
  opacity: 0;
  transition: 0.3s all ease-in-out;
}
.index_banner .swiper-btn .iconfont:hover {
  opacity: 0.6 !important;
}
.index_banner .swiper-btn .banner-next {
  transform: scaleX(-1);
}
.index_banner:hover .swiper-btn {
  padding: 0 20px;
}
.index_banner:hover .swiper-btn .iconfont {
  opacity: 0.3;
}
.banner2 img {
  width: 100%;
  display: block;
}
.cloudzoom-zoom {
  z-index: 111;
}
.viewer-container {
  z-index: 9999999 !important;
}
